home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet internetowy / Rozne / eSkiMos R2 1.84 / eskimosr2.exe / {app} / eSkiMoS.exe / 0 / RCDATA / TCOKFORM / TCOKFORM.txt
Text File  |  2006-01-06  |  6KB  |  236 lines

  1. object COKForm: TCOKForm
  2.   Left = 243
  3.   Top = 201
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'eSkiMoS R2 - Centrum Obs'#322'ugi Klienta'
  7.   ClientHeight = 353
  8.   ClientWidth = 632
  9.   Color = clBtnFace
  10.   Font.Charset = EASTEUROPE_CHARSET
  11.   Font.Color = 3421236
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object KontaktGroup: TGroupBox
  23.     Left = 288
  24.     Top = 8
  25.     Width = 337
  26.     Height = 289
  27.     Caption = 'Zg'#322'oszenie b'#322#281'du/wyra'#380'enie opinii'
  28.     TabOrder = 1
  29.     object Label1: TLabel
  30.       Left = 16
  31.       Top = 120
  32.       Width = 30
  33.       Height = 13
  34.       Caption = 'Tre'#347#263':'
  35.     end
  36.     object Label4: TLabel
  37.       Left = 16
  38.       Top = 248
  39.       Width = 217
  40.       Height = 13
  41.       Cursor = crHandPoint
  42.       Hint = 'Kliknij aby otworzy'#263' plik !faq.txt'
  43.       Caption = 'Zanim zapytasz, przeczytaj FAQ! Dzi'#281'kuj'#281' :-]'
  44.       Font.Charset = EASTEUROPE_CHARSET
  45.       Font.Color = clBlue
  46.       Font.Height = -11
  47.       Font.Name = 'Tahoma'
  48.       Font.Style = [fsUnderline]
  49.       ParentFont = False
  50.       ParentShowHint = False
  51.       ShowHint = True
  52.       OnClick = Label4Click
  53.     end
  54.     object Label5: TLabel
  55.       Left = 16
  56.       Top = 218
  57.       Width = 305
  58.       Height = 26
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = 
  62.         'UWAGA! Powy'#380'szy formularz s'#322'u'#380'y do kontaktu'#13#10'z autorem, NIE do w' +
  63.         'ysy'#322'ania SMS'#243'w !!!'
  64.       Font.Charset = EASTEUROPE_CHARSET
  65.       Font.Color = clBlack
  66.       Font.Height = -11
  67.       Font.Name = 'Tahoma'
  68.       Font.Style = [fsBold]
  69.       ParentFont = False
  70.       WordWrap = True
  71.     end
  72.     object Label6: TLabel
  73.       Left = 16
  74.       Top = 264
  75.       Width = 211
  76.       Height = 13
  77.       Cursor = crHandPoint
  78.       Hint = 'Kliknij aby przej'#347#263' do interaktywnych kurs'#243'w'
  79.       Caption = 'Zajrzyj r'#243'wnie'#380' do kurs'#243'w obs'#322'ugi programu'
  80.       Font.Charset = EASTEUROPE_CHARSET
  81.       Font.Color = clBlue
  82.       Font.Height = -11
  83.       Font.Name = 'Tahoma'
  84.       Font.Style = [fsUnderline]
  85.       ParentFont = False
  86.       ParentShowHint = False
  87.       ShowHint = True
  88.       OnClick = Label6Click
  89.     end
  90.     object TytulEdit: TLabeledEdit
  91.       Left = 16
  92.       Top = 88
  93.       Width = 217
  94.       Height = 21
  95.       Color = 15724527
  96.       EditLabel.Width = 29
  97.       EditLabel.Height = 13
  98.       EditLabel.Caption = 'Tytu'#322':'
  99.       TabOrder = 1
  100.     end
  101.     object TrescMemo: TMemo
  102.       Tag = 1
  103.       Left = 16
  104.       Top = 136
  105.       Width = 305
  106.       Height = 81
  107.       Color = 15724527
  108.       Lines.Strings = (
  109.         'UWAGA!'
  110.         ''
  111.         'Przed wys'#322'aniem, upewnij si'#281', '#380'e odpowied'#378' na Twoje '
  112.         'pytanie nie znajduje si'#281' w FAQ.')
  113.       ScrollBars = ssVertical
  114.       TabOrder = 2
  115.       OnEnter = TrescMemoEnter
  116.     end
  117.     object WyslijBtn: TButton
  118.       Left = 248
  119.       Top = 256
  120.       Width = 75
  121.       Height = 25
  122.       Caption = 'Wy'#347'lij'
  123.       TabOrder = 3
  124.       OnClick = WyslijBtnClick
  125.     end
  126.     object EmailEdit: TLabeledEdit
  127.       Left = 16
  128.       Top = 40
  129.       Width = 217
  130.       Height = 21
  131.       Color = 15724527
  132.       EditLabel.Width = 58
  133.       EditLabel.Height = 13
  134.       EditLabel.Caption = 'Tw'#243'j e-mail:'
  135.       TabOrder = 0
  136.     end
  137.   end
  138.   object StatusBar: TStatusBar
  139.     Left = 0
  140.     Top = 334
  141.     Width = 632
  142.     Height = 19
  143.     Panels = <>
  144.     SimplePanel = True
  145.   end
  146.   object ZamknijBtn: TButton
  147.     Left = 536
  148.     Top = 304
  149.     Width = 75
  150.     Height = 25
  151.     Cancel = True
  152.     Caption = 'Zamknij'
  153.     ModalResult = 1
  154.     TabOrder = 3
  155.   end
  156.   object RejestracjaGroup: TGroupBox
  157.     Left = 8
  158.     Top = 8
  159.     Width = 273
  160.     Height = 289
  161.     Caption = 'Darmowa rejestracja programu'
  162.     TabOrder = 0
  163.     object Label2: TLabel
  164.       Left = 16
  165.       Top = 183
  166.       Width = 245
  167.       Height = 26
  168.       Alignment = taCenter
  169.       Caption = 
  170.         'Zar'#243'wno rejestracja jak i u'#380'ytkowanie programu s'#261#13#10'CA'#321'KOWICIE DA' +
  171.         'RMOWE'
  172.       Font.Charset = EASTEUROPE_CHARSET
  173.       Font.Color = 3421236
  174.       Font.Height = -11
  175.       Font.Name = 'Tahoma'
  176.       Font.Style = []
  177.       ParentFont = False
  178.     end
  179.     object UzytkownikEdit: TLabeledEdit
  180.       Left = 16
  181.       Top = 40
  182.       Width = 233
  183.       Height = 21
  184.       Color = 15724527
  185.       EditLabel.Width = 98
  186.       EditLabel.Height = 13
  187.       EditLabel.Caption = 'Nazwa u'#380'ytkownika:'
  188.       MaxLength = 30
  189.       TabOrder = 0
  190.     end
  191.     object HasloEdit: TLabeledEdit
  192.       Left = 16
  193.       Top = 88
  194.       Width = 233
  195.       Height = 21
  196.       Color = 15724527
  197.       EditLabel.Width = 31
  198.       EditLabel.Height = 13
  199.       EditLabel.Caption = 'Has'#322'o:'
  200.       MaxLength = 30
  201.       PasswordChar = '*'
  202.       TabOrder = 1
  203.     end
  204.     object UserEmailEdit: TLabeledEdit
  205.       Left = 16
  206.       Top = 136
  207.       Width = 233
  208.       Height = 21
  209.       Color = 15724527
  210.       EditLabel.Width = 32
  211.       EditLabel.Height = 13
  212.       EditLabel.Caption = 'E-mail:'
  213.       MaxLength = 50
  214.       TabOrder = 2
  215.     end
  216.     object ZarejestrujBtn: TButton
  217.       Left = 192
  218.       Top = 256
  219.       Width = 75
  220.       Height = 25
  221.       Caption = 'Zarejestruj'
  222.       TabOrder = 3
  223.       OnClick = ZarejestrujBtnClick
  224.     end
  225.     object UsunDaneBtn: TButton
  226.       Left = 56
  227.       Top = 256
  228.       Width = 131
  229.       Height = 25
  230.       Caption = 'Usu'#324' dane rejestracyjne'
  231.       TabOrder = 4
  232.       OnClick = UsunDaneBtnClick
  233.     end
  234.   end
  235. end
  236.